CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - object search

搜索资源列表

  1. chess-code

    0下载:
  2. 基于window下的小游戏。代码一共1800行,用c++编写,核心算法是alpha-beta搜索,使用directx,没有使用MFC和GDI,没有运用面向对象思想,这样可以让读者只需要关心核心的算法与数据结构。-Under the window-based mini-games. A total of 1800 line code with c++ written, the core algorithm is the alpha-beta search, use directx, do not
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:3507196
    • 提供者:贺雪冬
  1. CG_MNIST

    0下载:
  2. 只是一个关于用共轭梯度下降算法处理数据的程序,本程序处理的数据对象为MINST,该程序在线性搜索上有很好的效果-Only one on the use of conjugate gradient descent algorithm data processing procedures, the procedures for processing the data object is MINST, linear search for the program have a good effect o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:828
    • 提供者:gemini
  1. imageInpainting

    0下载:
  2. 参考Object Removal by Exemplar-Based Inpainting中的相关算法,实现图像修补,在搜索匹配patch部分还有些小问题-Reference Object Removal by Exemplar-Based Inpainting the correlation algorithm, image repair, matching patch in the search and there is still some small problems
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5752105
    • 提供者:wang guanghui
  1. ScoreManager

    0下载:
  2. 利用数组类型编写一个管理学生成绩的应用程序,让计算机来管理全班同学的“Java语言”课程成绩。要求得到全班的最高分和最低分,并将全班同学的成绩从高到低排序后输出。 提示:可将现实世界中全班学生这一实体概念定义为类Students。并让该类包含重要属性“全班的成绩清单”,相关行为包括对成绩的排序、统计、查找等。 一个Students类的对象实例对应着现实世界中的一个班级,由于不同班级的人数与成绩都不一样,可以将全班的成绩清单设计为Students类的构造方法参数,在创建每一个班级的对象实例
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5813
    • 提供者:
  1. CPPexam10

    1下载:
  2. 1. 使用 C++标准模板库(STL)中的双向队列类(deque)重新实现实验九中实验任务2。 2. 声明一个整型数组,使用 C++标准模板库(STL)中的查找算法 find()进行数据的查找,然后应用排序算法Sort(),并配合使用标准函数对象Greater<T>对数据进行升序和降序排序。 -1 Use C++ Standard Template Library (STL) in the two-way queue class (deque) reimplement exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:899043
    • 提供者:wolf
  1. GA-Method

    0下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。-Genetic Algorithm (Genetic Algorithm) is a kind of referen
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-25
    • 文件大小:1508
    • 提供者:zhaoxunchuan
  1. DataAdapter

    0下载:
  2. 使用DataAdapter对数据库进行操作 将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作. 程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。-Use DataAdapter to operate the database The SQL-search.aspx program can be changed using the DataAdapte
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:1079
    • 提供者:matiejun
  1. simple-atm

    0下载:
  2. atm系统实现框架:1.编写工具类KB,实现系统接收用户输入这个动作。 2.定义普通客户类Customer,包括:使用构造函数初始化该类;存钱方法 saveMoney();取钱方法getMoney();查询卡上余额search()等。 3.编写主类BankTest,在此进入建立用户对象,进行帐号和密码验证 4.定义VIP客户类CustomerVip -atm system implementation framework: 1. Writing tools KB, the system rece
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-08
    • 文件大小:6124
    • 提供者:张斌
  1. P4-1

    0下载:
  2. 传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算中
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3582
    • 提供者:朱坤鸿
  1. BookManagement_Project

    0下载:
  2. 课授练习:名称:图书销售管理软件平台;功能:运用类和对象概念编写图书管理销售平台,继承了数组的搜索与调用;目的:可用于基本教学演示,讲解面向对象的基本内涵-Lesson grant Exercise: Name: Book sales management software platform function: the use of the concept of classes and objects to write library management sales platform, in
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:20690
    • 提供者:贾紫
  1. demo

    0下载:
  2. 1、要求利用面向对象的方法以及Java的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在系统的设计中,要求运用面向对象的机制(继承、派生及多态性)来实现系统功能。 5、在基本要求达到后,可进行创新设计,如根据查找结果进行修改的功能及设计出比较友好的界面等。 6、系统能完成以下功能: (1)系统以菜单方式工作; (2)录入信息用文件保存; (3)能建立、修改和增删学生
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:邱健则
  1. demo

    0下载:
  2. 1、要求利用面向对象的方法以及Java的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在系统的设计中,要求运用面向对象的机制(继承、派生及多态性)来实现系统功能。 5、在基本要求达到后,可进行创新设计,如根据查找结果进行修改的功能及设计出比较友好的界面等。 6、图书信息包括:登录号、书名、作者名、分类号、出版单位、出版时间、价格等。设计“图书信息管理系统”,使之能提供以下功能:
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:5480
    • 提供者:邱健则
  1. demo

    0下载:
  2. 1、要求利用面向对象的方法以及Java的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在系统的设计中,要求运用面向对象的机制(继承、派生及多态性)来实现系统功能。 5、在基本要求达到后,可进行创新设计,如根据查找结果进行修改的功能及设计出比较友好的界面等。 6、职工信息包括职工号、姓名、性别、年龄、学历、工资、住址、电话等(职工号不重复)。设计“职工信息管理系统”,使之能提供以
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:4719
    • 提供者:邱健则
  1. m

    0下载:
  2. meanShift算法用于视频目标跟踪时,采用目标的颜色直方图作为搜索特征,通过不断迭代meanShift向量使得算法收敛于目标的真实位置,从而达到跟踪的目的。-meanShift video object tracking algorithm is used, the use of the color histogram of the target as a search feature, so that through continuous iteration meanShift vecto
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:42570
    • 提供者:victor
  1. 1

    0下载:
  2. meanShift算法用于视频目标跟踪时,采用目标的颜色直方图作为搜索特征,通过不断迭代meanShift向量使得算法收敛于目标的真实位置,从而达到跟踪的目的。-meanShift video object tracking algorithm is used, the use of the color histogram of the target as a search feature, so that through continuous iteration meanShift vecto
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:221401
    • 提供者:victor
  1. jtabletest

    0下载:
  2. 在学习面向对象中所做的一个java界面JTable显示数据的增删改查功能,新手可以参考.-Learning object-oriented interface made in a java JTable to display data deletions to change search function, you can refer to the novice.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10650
    • 提供者:liushuanggui
  1. ValueParser

    0下载:
  2. Search for a Command Details object from a list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2204
    • 提供者:puezunvu
  1. TestAStar

    0下载:
  2. 在即时战略或角色扮演游戏中,经常需要控制角色移动到指定位置,只要存在可行路径,总是会采用最优路径到达目的地。这种能够在角色移动到目的地的方法,通常称为“游戏寻路算法”。 A*是一种启发式搜索算法,其所处理的对象是状态空间,安装预先设定的规则进行有选择有方向的遍历。-In the real-time strategy or role-playing games, often need to control the character moves to the specified locatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:99961
    • 提供者:leo
  1. ccPPi

    0下载:
  2. C++ (pronounced cee plus plus) is a general purpose programming language. It has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation. It is designed with a bias for
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:432449
    • 提供者:chipretto
  1. delphi

    0下载:
  2. C++ (pronounced cee plus plus) is a general purpose programming language. It has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation. It is designed with a bias for
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-08
    • 文件大小:432948
    • 提供者:chipretto
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com